home *** CD-ROM | disk | FTP | other *** search
/ Mantenimiento Redes Del PC / Mantenimiento Redes Del PC.iso / recomen / ccopy95 / ccopy95.exe / 0 / RCDATA / TREGISTRATIONINFOBX / TREGISTRATIONINFOBX.txt
Text File  |  1997-04-12  |  1KB  |  54 lines

  1. object RegistrationInfobx: TRegistrationInfobx
  2.   Left = 343
  3.   Top = 118
  4.   Width = 435
  5.   Height = 300
  6.   Caption = 'Registration Information'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Position = poScreenCenter
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Memo1: TMemo
  15.     Left = 16
  16.     Top = 16
  17.     Width = 393
  18.     Height = 193
  19.     Lines.Strings = (
  20.       'Send $15 US dollars per copy payable to:'
  21.       ''
  22.       'Eric Barke'
  23.       ''
  24.       '1565 Cliff Rd. #3-116'
  25.       'Eagan, MN 55122-2553'
  26.       ''
  27.       
  28.         'with a return E-MAIL address, the NAME in which you wish to have' +
  29.         ' your product'
  30.       
  31.         'registered, and your registered copy will be sent via the intern' +
  32.         'et.'
  33.       ''
  34.       'or'
  35.       ' '
  36.       
  37.         'Send $20 US dollars per copy to have the information sent via re' +
  38.         'gular mail.'
  39.       ''
  40.       '')
  41.     ReadOnly = True
  42.     TabOrder = 0
  43.   end
  44.   object Ok: TButton
  45.     Left = 176
  46.     Top = 228
  47.     Width = 75
  48.     Height = 25
  49.     Caption = 'Ok'
  50.     TabOrder = 1
  51.     OnClick = OkClick
  52.   end
  53. end
  54.